home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / ON / numeric < prev    next >
Encoding:
Text File  |  1993-05-04  |  715 b   |  16 lines

  1. Usage: ON [#|+|-|^|&|@]<numeric> [-|^]<parameters> [action]
  2.   This is activated whenever a numeric message of that number arrives.
  3.   The legal range of values for <numeric> are from 001 to 999.
  4.   Numeric messages are special replies send by the server to the client
  5.   in the raw irc protocol.  They are useful to intercept if you are 
  6.   writing a service using ircII.  For more details about what numbers
  7.   represent what messages from the server, please see the irc server
  8.   source code.  
  9.   The parameters for the action are as follows:
  10.     $0    name of the server who sent the message
  11.     $1    number of numeric message
  12.     $2-   parameters (depends on the numeric message)
  13.  
  14. See Also:
  15.   SET SHOW_NUMERIC
  16.